/* =====================
  respoonsive
===================== */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/* =====================
    layout
===================== */

.l_container {
  width: 826px;
  margin: 0 auto;
}

/* @media only screen and (max-width: 1024px) {
  .l_container {
    width: 544px;
  }
}

@media only screen and (max-width: 744px) {
  .l_container {
    width: 350px
  }
} */

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  section {
    padding-top: 35px;
    padding-bottom: 63px;
  }
}

/* =====================
    animation
===================== */
html {
  scroll-behavior: smooth;
}

/* =====================
  module
===================== */

.section_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 14%;
}

.section_title p {
  display: inline-block;

  color: #1E1E1E;
  text-align: left;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  background: linear-gradient(transparent 50%, #71BBFF 0%);
  padding-bottom: 6px;
}


.section_sub {
  color: #1E1E1E;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 163.49%;
  /* 65.396px */
  letter-spacing: 4.2px;

  margin-top: 30px;
  margin-left: 12%;
}


@media screen and (max-width: 768px) {
  .section_title {
    padding-left: 6%;
  }

  .section_title p {
    font-size: 16px;
  }

  .section_sub {

    width: 94%;

    font-size: 25px;

    font-weight: 600;
    line-height: 160.99%;
    letter-spacing: 2.625px;

    margin: 0 auto;
    margin-top: 30px;
    margin-left: 6%;
  }
}

/* =====================
  cta
===================== */
.cta {
  position: fixed;
  bottom: 50px;
  right: 50px;

  width: 25%;

  z-index: 99999;
}

@media screen and (max-width: 768px) {
  .cta {
    bottom: 12px;
    right: 12px;

    width: 98px;
  }
}

/* =====================
  oa
===================== */

.kv_txt {
  opacity: 0;
}

.kv_material_1 {
  opacity: 0;
}

.kv_material_2 {
  opacity: 0;
  transition: opacity 1.0s ease, right 1.0s ease;
  /* 0.5秒かけて変化させる */
}

.kv_deco {
  opacity: 0;
  transition: 1s ease;
}

.cta {
  opacity: 0;
}

/* =====================
  kv
===================== */

.kv {
  padding-top: 0px;
  padding-bottom: 0px;
}

.kv_main {
  width: 100%;
  position: relative;
  /* padding-top: 76px; */
  padding-bottom: 166px;

  overflow: hidden;
}

.kv_txt {
  width: 77%;
  margin-top: 120px;
  margin-left: 4%;
}

.kv_material_1 {
  width: 47%;
}

.kv_material_2 {
  width: 49%;

  position: absolute;
  bottom: 111px;
  right: 60%;
}

.kv_material_2.is-active {
  right: 4%;
  opacity: 1;
}

.kv_deco {
  width: 20%;

  position: absolute;
  bottom: 111px;
  right: 32%;
}

.kv_deco.is-active {
  width: 74%;
}

.kv_sub {
  position: relative;
  padding: 72px 0;
}

.kv_sub_slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.kv_sub_slider .slick-slide {
  margin: 0 10px;
  /*スライド左右の余白調整*/
}

.kv_corporate_img {
  width: 90%;
  padding: 60px 0;
  margin: 0 auto;
}

.kv_title_img {
  width: 100%;
  position: absolute;
  top: -132px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .kv_main {
    padding-bottom: 240px;
  }

  .kv_txt {
    width: 92%;
    margin-top: 66px;
  }

  .kv_material_1 {
    width: 75%;
  }

  .kv_material_2 {
    width: 133%;
    bottom: 26px;
    right: 30%;
  }

  .kv_deco {
    right: 0%;
    bottom: -8%;
  }

  .kv_deco.is-active {
    opacity: 1;
    width: 146%;

    bottom: 0;
    right: 8%;
  }

  .kv_corporate_img {
    padding: 26px 0;
  }
}

/* =====================
  news
===================== */

.news {
  padding-top: 0px;
  padding-bottom: 0px;
}

.news {
  position: relative;
  padding-bottom: 36px;
}

.news::before {
  content: '';
  background: #BBDEFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0%;
  z-index: -1;
}

.swiper {
  width: 72%;
  margin-top: 24px;

  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
}

/* スライド要素全体のスタイル */
.swiper-slide {
  border-radius: 13px;
  background: #FFF;
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.25);

  height: 358px;
}

.swiper-slide:nth-child(2) {
  margin-top: 44px;
}

/* 画像のスタイル */
.swiper-slide img {
  max-width: 100%;
  height: 209px;
  object-fit: cover;
  border-radius: 13px 13px 0px 0px;
}

/* 日付のスタイル */
.swiper-slide .date {
  color: #1E1E1E;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;

  /* テキストカラー */
  margin-top: 14px;

  padding: 0 14px;
}

/* タイトルのスタイル */
.swiper-slide .title {
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;

  margin-top: 14px;

  padding: 0 14px;
}


.news_more {
  width: 142px;
  padding: 10px 28px;
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 29px;
  background: #222D52;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);

  margin: 0 12% 0 auto;
}

.news_more a {
  color: #FFF;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .news_section_title {
    justify-content: center;
  }

  .swiper {
    width: 100%;

    padding-left: 89px;
  }

  .swiper-wrapper {
    width: 300%;
  }

  .swiper-slide {
    height: 236px;
  }

  .swiper-slide:nth-child(2) {
    margin-top: 0px;
  }

  .swiper-slide img {
    height: 122px;
  }

  .swiper-slide .title {
    font-size: 14px;
  }
}


/* =====================
  message
===================== */

.message {
  padding-top: 51px;
  padding-bottom: 71px;
}

.message_2 {
  width: 64%;
  margin: 0 auto;
  margin-top: 111px;
}

@media screen and (max-width: 768px) {
  .message_2 {
    width: 86%;
    margin: 0 auto;
    margin-top: 35px;
  }
}

/* =====================
  support
===================== */

.support_items {
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: space-between;
  gap: 54px 4%;
  flex-wrap: wrap;

  margin: 0 auto;
  margin-top: 32px;
}

.support_item {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .support_items {
    width: 100%;
    gap: 30px 0%;
    margin-top: 33px;
  }

  .support_item {
    width: 100%;
  }
}

/* =====================
  pickup
===================== */

.section_title_pickup {
  justify-content: end;
  padding-right: 12%;
}

.section_sub_pickup {
  margin-left: 0;
  margin-right: 12%;

  text-align: right;
}

.pickup_img {
  width: 70%;
  margin: 0 auto;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .section_title_pickup {
    justify-content: end;
    padding-right: 6%;
  }

  .section_sub_pickup {
    margin: 0 auto;
    margin-top: 30px;
  }

  .pickup_img {
    width: 100%;
    margin-top: 26px;
  }
}

/* =====================
  ambassador
===================== */

.section_sub_ambassador {
  color: #1E1E1E;

  /* main-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 31.198px */

  margin-top: 30px;
  padding-left: 12%;

  width: 92%;
}

.ambassador_items {
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: space-between;
  gap: 50px 3%;
  flex-wrap: wrap;

  margin: 0 auto;
  margin-top: 32px;
}

.ambassador_item {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .section_sub_ambassador {
    margin-top: 30px;
    padding-left: 6%;
  }

  .ambassador_items {
    width: 96%;
    gap: 72px 0%;
    margin-top: 56px;
  }

  .ambassador_item {
    width: 100%;
  }
}

/* =====================
  voice
===================== */

.voice {
  position: relative;

  border-radius: 0px 0px 50px 50px;
  background: #FFF;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
}

.section_title_voice {
  justify-content: end;
  padding-right: 12%;
}

.section_sub_voice {
  margin-left: 0;
  margin-right: 12%;

  text-align: right;
}

.voice_items {
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  flex-wrap: wrap;

  margin: 0 auto;
  margin-top: 62px;
}

.voice_item {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section_title_voice {
    justify-content: end;
    padding-right: 6%;
  }

  .section_sub_voice {
    margin: 0 auto;
    margin-top: 28px;
  }

  .voice_items {
    width: 92%;
    gap: 40px;
    justify-content: center;
    margin-top: 28px;
  }

  .voice_item {
    width: 88%;
  }
}

/* =====================
  entry
===================== */

.entry {
  position: relative;
}

.entry::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: calc(100% + 50px);
  /* 高さを50px増やす */
  background-image: url(/wp-content/themes/BeyondCafe/img/entry_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  /* 他の要素の上に表示されるようにするために必要です */
}

.entry_btn {
  width: 48%;

  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .entry {
    background-image: url(/wp-content/themes/BeyondCafe/img/sp_entry_bg.png);
  }

  .entry_btn {
    width: 92%;
    margin-top: 24px;
  }
}

/* =====================
  leap
===================== */

.leap {
  position: relative;

  border-radius: 0px 0px 50px 50px;
  background: #FFF;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
}

.leap_title {
  color: #000;
  text-align: center;

  /* h1-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 163.49%;
  /* 65.396px */
  letter-spacing: 4.2px;
}

.leap_subtitle {
  color: #1E1E1E;
  text-align: center;

  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 31.198px */

  width: 80%;
  margin: 0 auto;
  margin-top: 22px;
}

.leap_items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;

  margin-top: 72px;
}

.leap_item {
  display: flex;
  width: 40%;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}

.leap_item_subtitle {
  color: #000;
  text-align: center;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.87px;

  background: linear-gradient(transparent 50%, #FAFFBE 0%);
}

.leap_item_title {
  color: #000;
  text-align: center;

  /* h2-en */
  font-family: Helvetica;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 163.49%;
  /* 73.571px */
}

.leap_item_txt {
  color: #000;

  /* sub-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.49%;
  /* 22.724px */
}

.leap_item_btn {
  display: flex;
  width: 86%;
  height: 53px;
  padding: 10px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 29px;
  background: #222D52;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);

  color: #FFF;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .leap_title {
    font-size: 25px;
    letter-spacing: 2.625px;
  }

  .leap_subtitle {
    font-size: 16px;
    letter-spacing: 1.6875px;
    margin-top: 32px;
  }

  .leap_items {
    flex-direction: column;
    gap: 112px;
    margin-top: 32px;
  }

  .leap_item {
    width: 92%;
    gap: 14px;
  }

  .leap_item_subtitle {
    font-size: 20px;
    letter-spacing: 1.7px;
  }

  .leap_item_title {
    font-size: 45px;
    letter-spacing: 2.625px;
  }

  .leap_item_txt {
    font-size: 15px;
    letter-spacing: 1.6875px;
  }

  .leap_item_btn {
    width: 92%;
    height: 53px;
    padding: 10px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 29px;
    background: #222D52;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);

    font-size: 16px;
  }
}


/* =====================
  page-cd
===================== */

.cd_kv {
  position: relative;
  padding-top: 76px;
}

.cd_title {
  position: absolute;
  bottom: -8%;
  left: 0%;

  width: 70%;
}

.cd_about {
  padding-top: 82px;
  padding-bottom: 206px;
}

.cd_about_txt p:first-child {
  color: #1E1E1E;
  text-align: center;

  /* h2-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.55px;
}

.cd_about_txt p:nth-child(2) {
  color: #1E1E1E;
  text-align: center;

  /* main-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 31.198px */


  margin: 0 auto;
  margin-top: 36px;
}

.cd_about_content_1 {
  margin-top: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
}

.cd_about_content_1_img {
  width: 20%;
}

.cd_about_content_1_txt {
  width: 26%;
}

.cd_about_content_1_txt p {
  color: #1E1E1E;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 31.198px */
}

.cd_about_content_2 {
  margin-top: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
}

.cd_about_content_2_txt p {
  color: #1E1E1E;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 31.198px */
}

.cd_about_content_2_txt p span{
  font-size: 25px;
}

.cd_about_content_2_img {
  width: 20%;
}

.cd_about_content_2_txt {
  width: 26%;
}

.cd_about_pickup {
  margin: 0 auto;
  margin-top: 143px;
  width: 90%;

  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);

  padding: 60px 0;
}

.cd_about_pickup p {
  color: #1E1E1E;
  font-family: Helvetica;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 163.49%;
  letter-spacing: 4.2px;
}

.cd_worry {
  background: #EEE;
}

.cd_worry_title {
  color: #1E1E1E;
  text-align: center;

  /* h2-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.55px;

  margin-top: 178px;
}

.cd_worry_items {
  width: 90%;
  margin: 0 auto;
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.cd_worry_item {
  width: 30%;
}

.cd_worry_contents {
  margin-top: 118px;

  width: 90%;
  margin: 0 auto;
  margin-top: 118px;

  border-radius: 19px;
  background: #FFF;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 63px;

  padding-top: 65px;
  padding-bottom: 65px;
}

.cd_worry_horizontal-line {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px dotted #000;
}

.cd_worry_content_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
}

.cd_worry_content_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
}

.cd_worry_content_img {
  width: 33%;
}

.cd_worry_content_txt {
  width: 33%;
}

.cd_worry_content_txt p {
  color: #1E1E1E;

  /* main-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 31.198px */
}

.cd_worry_voice_title{
  width: 44%;
  margin: 0 auto;

  margin-top: 120px;
}

.cd_worry_voice_contents{
  width: 80%;
  margin: 0 auto;

  display: flex;
  justify-content: space-around;
  align-items: center;

  margin-top: 50px;
}

.cd_worry_voice_contents a{
  display: block;
  width: 44%;
}

.cd_service {
  padding-top: 144px;
  padding-bottom: 144px;

  position: relative;

  border-radius: 0px 0px 50px 50px;
  background: #FFF;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
}

.cd_service_img {
  width: 60%;
  margin: 0 auto;
}

.cd_service_txt p:first-child {
  color: #1E1E1E;
  text-align: center;

  /* main-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 31.198px */

  margin-top: 67px;
}

.cd_service_txt p:nth-child(2) {
  color: #1E1E1E;
  text-align: center;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 50.697px */

  margin-top: 46px;
}

.cd_service_txt p:nth-child(3) {
  color: #1E1E1E;
  text-align: center;

  /* main-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 31.198px */

  margin-top: 46px;
}

.cd_service_mentor {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;

  margin-top: 162px;
}

.cd_service_mentor_img {
  width: 26%;
}

@media screen and (max-width: 768px) {
  .cd_kv {
    padding-top: 40px;
  }

  .cd_title {
    width: 72%;
  }

  .cd_about {
    padding-top: 57px;
    padding-bottom: 99px;
  }

  .cd_about_txt{
    width: 92%;
    margin: 0 auto;
  }

  .cd_about_txt p:first-child {
    width: 80%;
    margin: 0 auto;
    font-size: 25px;
    letter-spacing: 2.625px;
  }

  .cd_about_txt p:nth-child(2) {
    font-size: 16px;
    letter-spacing: 1.6875px;
    margin-top: 32px;

    text-align: left;
    width: 100%;
  }

  .cd_about_content_1 {
    margin-top: 86px;
    flex-direction: column;
    gap: 26px;
  }

  .cd_about_content_1_img {
    width: 63%;
  }

  .cd_about_content_1_txt {
    width: 92%;
  }

  .cd_about_content_1_txt p {
    font-size: 16px;
    letter-spacing: 1.6875px;
  }

  .cd_about_content_2 {
    margin-top: 89px;
    flex-direction: column;
    gap: 26px;
  }

  .cd_about_content_2_txt p {
    font-size: 16px;
    letter-spacing: 1.6875px;
  }

  .cd_about_content_2_txt p span{
    font-size: 20px;
  }

  .cd_about_content_2_img {
    width: 63%;
  }

  .cd_about_content_2_txt {
    width: 92%;
  }

  .cd_about_pickup {
    width: 92%;
    padding: 40px 0;

    margin-top: 43px;
  }

  .cd_about_pickup p {
    font-size: 25px;
    letter-spacing: 2.625px;
  }

  .cd_worry_title {
    font-size: 25px;
    letter-spacing: 2.625px;
    margin: 0 auto;
    margin-top: 25px;

    width: 90%;
  }

  .cd_worry_items {
    width: 88%;
    margin-top: 68px;
    flex-direction: column;
    gap: 34px;
  }

  .cd_worry_item {
    width: 100%;
  }

  .cd_worry_contents {
    margin-top: 84px;
    width: 92%;
    padding-top: 52px;
    padding-bottom: 52px;
    gap: 52px;
  }

  .cd_worry_horizontal-line {
    width: 92%;
  }

  .cd_worry_content_1 {
    flex-direction: column;
    gap: 26px;
  }

  .cd_worry_content_2 {
    flex-direction: column;
    gap: 26px;
  }

  .cd_worry_content_img {
    width: 100%;
  }

  .cd_worry_content_txt {
    width: 90%;
  }

  .cd_worry_content_txt p {
    font-size: 16px;
    letter-spacing: 1.6875px;
  }

  .cd_worry_voice_title{
    width: 80%;
    margin-top: 100px;
  }

  .cd_worry_voice_contents{
    flex-direction: column;
    gap: 60px;
  }

  .cd_worry_voice_contents a{
    width: 100%;
  }

  .cd_service {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .cd_service_img {
    width: 92%;
  }

  .cd_service_txt p:first-child {
    font-size: 16px;
    letter-spacing: 1.6875px;
    margin: 0 auto;
    margin-top: 30px;
    width: 92%;
  }

  .cd_service_txt p:nth-child(2) {
    font-size: 26px;
    letter-spacing: 2.625px;
    margin: 0 auto;
    margin-top: 50px;
    width: 92%;
  }

  .cd_service_txt p:nth-child(3) {
    font-size: 16px;
    letter-spacing: 1.6875px;
    margin: 0 auto;
    margin-top: 50px;
    width: 92%;
  }

  .cd_service_mentor {
    margin-top: 45px;
    flex-direction: column;
    gap: 90px;
  }

  .cd_service_mentor_img {
    width: 92%;
  }
}


/* =====================
  page-event
===================== */
.event_kv {
  position: relative;
  padding-top: 76px;
}

.event_title {
  position: absolute;
  bottom: -8%;
  left: 0%;
  z-index: 10;

  width: 44%;
}

.event_contents {
  padding: 100px 0;
  position: relative;

  border-radius: 0px 0px 50px 50px;
  background: #FFF;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
}

.event_contents_txt p:first-child {
  width: 80%;
  margin: 0 auto;

  color: #000;
  text-align: center;

  /* h2-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.55px;
}

.event_contents_txt p:nth-child(2) {
  width: 80%;
  margin: 0 auto;

  margin-top: 36px;

  color: #000;
  text-align: center;

  /* main-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 31.198px */
}

.event_contents_items {
  width: 88%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 80px 18px;

  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 80px;
}

.events_contents_item {
  width: 30%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.events_contents_item p:first-child {
  color: #1E1E1E;
  text-align: center;

  font-family: Helvetica;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 151.99%;
}

.events_contents_item p:nth-child(2) {
  color: #000;

  /* sub-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 151.49%;
  /* 22.724px */
}

.events_contents_item_btn {
  border-radius: 29px;
  background: var(--Button-1, #222D52);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);

  display: flex;
  width: 100%;
  padding: 10px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  color: #FFF;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .event_kv {
    padding-top: 40px;
  }

  .event_title {
    width: 72%;
  }

  .event_contents {
    padding: 57px 0;
  }

  .event_contents_txt p:first-child {
    width: 92%;
    margin-top: 57px;

    font-size: 25px;
    line-height: 160.99%;
    letter-spacing: 2.625px;
  }

  .event_contents_txt p:nth-child(2) {
    width: 92%;
    margin-top: 48px;
    text-align: left;
  }

  .event_contents_items {
    width: 92%;
    margin-top: 32px;
    gap: 40px 0%;
  }

  .events_contents_item {
    width: 48%;
    gap: 10px;
  }

  .events_contents_item p:first-child {
    font-size: 22px;
    letter-spacing: 1.7px;
  }

  .events_contents_item p:nth-child(2) {
    font-size: 12px;
    letter-spacing: 1.6875px;
  }

  .events_contents_item_btn {
    width: 92%;
    height: 38px;
    justify-content: center;
    align-items: center;

    font-size: 16px;
  }
}

/* =====================
  page-message
===================== */
.message_kv {
  position: relative;
  padding-top: 76px;
}

.message_title {
  position: absolute;
  bottom: -8%;
  left: 0%;
  z-index: 10;

  width: 44%;
}

.message_contents {
  background-image: url(/wp-content/themes/BeyondCafe/img/page_message_txt_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;

  position: relative;

  border-radius: 0px 0px 50px 50px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
}

.message_contents {
  padding-top: 108px;
  padding-bottom: 106px;
}

.message_cc_img {
  width: 34%;
  margin: 0 16% 0 auto;
}

.message_txt_img {
  margin-top: 28px;
  width: 68%;
  margin: 0 auto;
}

.message_sign_img {
  margin-top: 100px;
  width: 51%;
  margin: 0 12% 0 auto;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .message_kv {
    padding-top: 40px;
  }

  .message_title {
    width: 72%;
  }

  .message_contents {
    padding-top: 41px;
    padding-bottom: 12px;
  }

  .message_cc_img {
    width: 72%;
    margin: 0 4% 0 auto;
  }

  .message_txt_img {

    width: 92%;
    margin: 0 auto;
    margin-top: 35px;
  }

  .message_sign_img {

    width: 36%;
    margin: 0 4% 0 auto;
    margin-top: 51px;
  }
}

/* =====================
  page-scout
===================== */
.scout_kv {
  position: relative;
  padding-top: 76px;
}

.scout_title {
  position: absolute;
  bottom: -8%;
  left: 0%;
  z-index: 10;

  width: 44%;
}

.scout_about {
  padding: 120px 0;
}

.scout_about_title {
  color: #1E1E1E;
  text-align: center;

  /* h2-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.55px;
}

.scout_about_subtitle {
  color: #1E1E1E;
  text-align: center;

  /* main-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 31.198px */

  width: 60%;
  margin: 0 auto;
  margin-top: 36px;
}

.scout_about {
  width: 92%;
  margin: 0 auto;
  margin-top: 82px;
}

.scout_point {
  padding-top: 80px 0;
  background-color: #EEE;
}

.scout_point_title {
  color: #1E1E1E;
  text-align: center;

  /* h2-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.55px;
}

.scout_point_contents {
  width: 80%;
  margin: 0 auto;
  margin-top: 72px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.scout_point_content {
  width: 30%;
}

.scout_flow {
  padding: 160px 0;
}

.scout_flow_content {
  width: 64%;
  margin: 0 auto;
  margin-top: 72px;
}

@media screen and (max-width: 768px) {
  .scout_kv {
    padding-top: 40px;
  }

  .scout_title {
    width: 72%;
  }

  .scout_about {
    padding: 57px 0;
  }

  .scout_about_title {
    font-size: 30px;
    letter-spacing: 2.55px;
  }

  .scout_about_subtitle {
    font-size: 16px;
    letter-spacing: 1.6875px;
    margin-top: 32px;
    width: 92%;
  }

  .scout_about {
    width: 92%;
    margin: 0 auto;
    margin-top: 32px;
  }

  .scout_point {
    padding-top: 40px 0;
  }

  .scout_point_title {
    font-size: 25px;
    letter-spacing: 2.625px;
    width: 92%;
    margin: 0 auto;
  }

  .scout_point_contents {
    width: 92%;
    margin: 0 auto;
    margin-top: 32px;
    gap: 40px 0%;

    justify-content: center;
  }

  .scout_point_content {
    width: 92%;
  }

  .scout_flow {
    padding: 80px 0;
  }

  .scout_flow_content{
    width: 100%;
    margin-top: 0px;
  }
}


/* =====================
  page-contact
===================== */

.contact_kv {
  position: relative;
  padding-top: 76px;
}

.contact_title {
  position: absolute;
  bottom: -8%;
  left: 0%;

  width: 48%;
}

.contactform_comany {
  color: #1E1E1E;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;

  padding-right: 3%;

  text-align: right;
}

.contactform_comany a {
  color: #4163BB;

  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
}

/* コンタクトフォーム */
.contactform {
  margin: 0 auto;
  margin-top: 104px;
  width: 70%;
}

.contact-form {
  font-size: 14px;
  margin-top: 40px;
  line-height: 1.5;

  margin-top: 30px;
}

.contact-form th {
  width: 38%;
  padding: 3%;
  vertical-align: middle;
  box-sizing: border-box;


}

.contact-form th p {
  color: #000;
  text-align: right;

  /* main-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 31.198px */
}

.contact-form th span {

  padding: 10px 10px 7px 10px;

  color: #000;
  text-align: center;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 23.399px */

  border-radius: 4px;
  background: #EBFF00;

  margin-left: 8px;
}

.contact-form td {
  width: 70%;
  vertical-align: middle;
  padding: 3%;
  box-sizing: border-box;
}

.contact-form input,
textarea {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #EDEDED;
}

.privacypolicy {
  margin-top: 64px;
  width: 70%;
  margin: 0 auto;
  margin-top: 64px;

  overflow-y: auto;
}

.privacypolicy_title {
  color: #1E1E1E;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
}

.privacypolicy_box{
	height:200px;
	overflow-y:scroll;

	border: 1px solid #000;
	padding: 10px;

  margin-top: 25px;
}

.privacypolicy_box p {
  color:#1E1E1E;

/* sub-jp */
font-family: Hiragino Kaku Gothic Pro;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 151.49%; /* 22.724px */
}

.form_button {
  display: flex;
  width: 373px;
  padding: 10px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 29px;
  background: var(--Button-1, #222D52);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);

  color: #FFF;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin: 123px auto 111px;
}

.form_button:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .contact_kv {
    padding-top: 40px;
  }

  .contact_title {
    width: 72%;
  }

  .contactform {
    width: 92%;

    margin-top: 75px;
  }

  .contact-form {
    font-size: 12px;

    margin-top: 0px;
  }

  .contact-form th {
    width: 100%;
    display: block;

    padding: 0;
    padding-top: 35px;
  }

  .contact-form th p {
    text-align: left;
  }

  .contact-form td {
    width: 100%;
    display: block;
    padding: 0;
    padding-top: 4px;
  }

  .privacypolicy {
    width: 92%;
    margin-top: 76px;
  }

  .form_button {
    margin: 35px auto 111px;
    font-size: 16px;
    width: 191px;
  }
}

/* =====================
  single-obog
===================== */

.obog_about {
  padding-top: 80px;
  padding-bottom: 80px;

  background: linear-gradient(to bottom, #fff 0%, #fff 30%, #DFFDFF 30%, #DFFDFF 100%);
}

.obog_about_thmnail {
  width: 80%;
  margin: 0 auto;

}

.obog_about_profile {
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;

  display: flex;
  justify-content: space-between;
}

.obog_about_basic {
  width: 44%;
  border-radius: 13px;
  background: #FFF;
  display: flex;
  padding: 20px 26px 14px 29px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 19px;

  color: #000;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 29.249px */
  letter-spacing: 1.725px;
}

.obog_about_basic_name {
  font-size: 30px;
}

.obog_about_txt {
  width: 50%;
  color: #1E1E1E;

  /* main-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 31.198px */
}

.obog_about_ba {
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}

.obog_about_ba_title {
  width: 72%;
  margin: 0 auto;
  margin-top: 160px;
}

.obog_about_ba_img {
  width: 64%;
  margin: 0 auto;
  margin-top: 80px;
}

.obog_about_ba_btn {
  display: block;
  width: 30%;
  margin: 0 auto;
  margin-top: 30px;

  padding: 10px 28px;

  border-radius: 29px;
  background: #222D52;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);

  color: #FFF;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.obog_point {
  padding-top: 80px;
  padding-bottom: 80px;

  background-image: url(/wp-content/themes/BeyondCafe/img/page_obog_point_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

.obog_point_chance {
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;

  display: flex;
  justify-content: space-between;
}

.obog_point_chance_txt {
  width: 60%;
}

.obog_point_chance_title {
  color: #1E1E1E;

  /* h2-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.55px;

  position: relative;
  padding-left: 24px;
}

.obog_point_chance_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  /* 線の太さを調整 */
  height: 100%;
  /* 線の長さを調整 */
  background: linear-gradient(to bottom, #EFFF90 0%, #EFFF90 20%, #BEBEBE 20%, #BEBEBE 100%);
  transform: translateY(-50%);
  z-index: -1;
}

.obog_point_chance_content {
  color: #1E1E1E;

  /* main-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;

  margin-top: 42px;
}

.obog_point_chance_img {
  width: 30%;
}

.obog_point_reason_items {
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
}

.obog_point_reason_item {
  width: 100%;

  display: flex;
  justify-content: space-between;

  margin-top: 48px;
}

.obog_point_reason_img {
  width: 30%;
}

.obog_point_reason_txt {
  width: 60%;
}

.obog_point_reason_title {
  color: #1E1E1E;

  /* h2-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.55px;

  margin-bottom: 30px;
  position: relative;
  padding-left: 24px;
}

.obog_point_reason_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  /* 線の太さを調整 */
  height: 100%;
  /* 線の長さを調整 */
  background: linear-gradient(to bottom, #EFFF90 0%, #EFFF90 20%, #BEBEBE 20%, #BEBEBE 100%);
  transform: translateY(-50%);
  z-index: -1;
}

.obog_point_reason_subtitle {
  color: #1E1E1E;

  /* h3-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.125px;
}

.obog_point_reason_content {
  color: #1E1E1E;

  /* main-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 31.198px */

  margin-top: 24px;
}

.obog_about_point_btn {
  display: block;
  width: 30%;
  margin: 0 auto;
  margin-top: 72px;

  padding: 10px 28px;

  border-radius: 29px;
  background: #222D52;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);

  color: #FFF;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}



.obog_why {
  padding-top: 80px;
  padding-bottom: 80px;
}

.obog_why_btn {
  display: block;
  width: 30%;
  margin: 0 auto;
  margin-top: 72px;

  padding: 10px 28px;

  border-radius: 29px;
  background: #222D52;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);

  color: #FFF;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.obog_why_title {
  width: 80%;
  margin: 0 auto;
}

.obog_why_items {
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;

  display: flex;
  gap: 4%;
  justify-content: center;
  align-items: baseline;
}

.obog_why_item {
  width: 46%;
}

.obog_2_why_item_img{
  width: 80%;
  margin: 0 auto;
  margin-top: 112px;
}

.obog_why_item_txt_title {
  color: #000;

  /* h2-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.55px;

  margin-top: 29px;
}

.obog_1_why_item_txt_title{
  text-align: center;
}

.obog_why_item_txt_txt {
  color: #1E1E1E;

  /* main-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;

  margin-top: 29px;
}

.obog_message {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #EEE;
}

.obog_message_title {
  color: #000;
  text-align: center;

  /* h2-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.55px;
}

.obog_message_content {
  width: 92%;
  margin-top: 80px;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.obog_message_content_img {
  width: 50%;
}

.obog_message_content_txt {
  width: 44%;
}

.obo_message_content_txt_cc {
  width: 80%;
}

.obog_message_content_txt_txt {
  color: #1E1E1E;

  /* main-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%;
  /* 31.198px */

  margin-top: 60px;
}

.obog_other {
  padding-top: 80px;
  padding-bottom: 80px;

}

.obog_other_title {
  color: #000;
  text-align: center;

  /* h2-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.55px;
}

.obog_other_items{
  width: 64%;
  margin: 0 auto;
  margin-top: 80px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.obog_other_item{
  width: 48%;
}

@media (max-width: 768px) {
  .obog_about {
    padding-top: 40px;
    padding-bottom: 40px;

    background: linear-gradient(to bottom, #DFFDFF 0%, #DFFDFF 30%, #DFFDFF 30%, #DFFDFF 100%);
  }

  .obog_about_thmnail {
    width: 100%;
    margin: 0 auto;
  }

  .obog_about_profile {
    width: 86%;
    margin: 0 auto;
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }

  .obog_about_basic {
    width: 100%;
    padding: 20px 26px 14px 29px;
    gap: 10px;
  }

  .obog_about_basic_name {
    font-size: 25px;
  }

  .obog_about_txt {
    width: 100%;
  }

  .obog_about_ba {
    margin: 0 auto;
    margin-top: 40px;
  }

  .obog_about_ba_title {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
  }

  .obog_about_ba_img {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }

  .obog_about_ba_btn {
    width: 335px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .obog_point {
    padding-top: 40px;
    padding-bottom: 40px;

    background-image: url(/wp-content/themes/BeyondCafe/img/sp_page_obog_point_bg.png);
  }

  .obog_point_chance {
    width: 86%;
    margin: 0 auto;
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }

  .obog_point_chance_txt {
    width: 100%;
  }

  .obog_point_chance_title {
    font-size: 25px;
  }

  .obog_point_chance_content {
    font-size: 16px;
  }
  
  .obog_point_chance_img {
    width: 100%;
  }

  .obog_point_reason_items {
    width: 86%;
    margin: 0 auto;
    margin-top: 40px;
  }

  .obog_point_reason_item {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }

  .obog_point_reason_img {
    width: 100%;
  }

  .obog_point_reason_txt {
    width: 100%;
  }

  .obog_point_reason_title {
    font-size: 25px;
  }

  .obog_point_reason_subtitle {
    font-size: 22px;
  }

  .obog_point_reason_content {
    font-size: 16px;
  }

  .obog_about_point_btn {
    width: 335px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .obog_why {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .obog_why_btn {
    width: 86%;
    margin: 0 auto;
    margin-top: 40px;
  }

  .obog_why_title {
    width: 92%;
    margin: 0 auto;
  }

  .obog_why_items {
    width: 86%;
    margin: 0 auto;
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }

  .obog_why_item {
    width: 100%;
  }

  .obog_why_item_txt_title {
    font-size: 25px;
  }

  .obog_why_item_txt_txt {
    font-size: 16px;
  }

  .obog_message {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .obog_message_title {
    font-size: 25px;
  }

  .obog_message_content {
    width: 86%;
    margin: 0 auto;
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }

  .obog_message_content_img {
    width: 100%;
  }

  .obog_message_content_txt {
    width: 100%;
  }

  .obo_message_content_txt_cc {
    width: 100%;
  }

  .obog_message_content_txt_txt {
    font-size: 16px;
  }

  .obog_other {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .obog_other_title {
    font-size: 25px;
  }

  .obog_other_items {
    width: 86%;
    margin: 0 auto;
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }

  .obog_other_item {
    width: 100%;
  }

  .obog_other_item_txt_title {
    font-size: 25px;
  }

  .obog_other_item_txt_txt {
    font-size: 16px;
  }

  .obog_other_item_txt_btn {
    width: 86%;
    margin: 0 auto;
    margin-top: 40px;
  }
}


/* =====================
  page-entry
===================== */

.entry_contents{
  margin-top: 230px;
}

.entry_title{
  color: #000;
text-align: center;

/* h3-jp */
font-family: Hiragino Kaku Gothic Pro;
font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 2.125px;
}

.entry_img{
  width: 24%;
  margin: 0 auto;
  margin-top: 43px;
}

.entry_qr_txt{
  color: #000;
  text-align: center;
  
  /* main-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%; /* 31.198px */

  margin-top: 8px;
}

.entry_qa_contents{
  margin-top: 136px;
  margin-bottom: 136px;
}

.entry_qa_title{
  color: #000;
text-align: center;

/* h-3-en */
font-family: Helvetica;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 151.99%; /* 39.517px */
}

.entry_qa{
  display: flex;
  flex-direction: column;

  width: 64%;
  margin: 0 auto;
  margin-top: 48px;
}

.l_entry_qa{
  display: flex;
  justify-content:flex-start;
  gap: 8px;
}

.l_entry_q p{
  color: #1D66BC;

  /* main-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%; /* 31.198px */
}

.l_entry_a p{
  color: #000;

  /* main-jp */
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 194.99%; /* 31.198px */
}

@media (max-width: 768px) {
  .entry_contents{
    margin-top: 80px;
  }

  .entry_title{
    font-size: 25px;
    letter-spacing: 2.125px;
  }

  .entry_img{
    width: 36%;
    margin-top: 32px;
  }

  .entry_qr_txt{
    font-size: 16px;
    letter-spacing: 1.6875px;
  }

  .entry_qa_contents{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .entry_qa_title{
    font-size: 25px;
    letter-spacing: 2.125px;
  }

  .entry_qa{
    width: 92%;
    margin-top: 32px;
  }

  .l_entry_qa{
    gap: 4px;
  }

  .l_entry_q p{
    font-size: 16px;
    letter-spacing: 1.6875px;
  }

  .l_entry_a p{
    font-size: 16px;
    letter-spacing: 1.6875px;
  }
}

/* =====================
  アニメーション
===================== */

.fadein {
  /* 最初は非表示 */
  transform: translateY(0);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s, opacity 1.5s, visibility 1.5s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}